Chili.Opf3 Send comments on this topic.
Blob Constructor(Byte[])
See Also 
Chili.Opf3 Namespace > Blob Class > Blob Constructor : Blob Constructor(Byte[])




bytes
Bytes (representing the BLOb) managed by the Blob class.
Creates a new instance of the Blob Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal bytes() As Byte _
)
Visual Basic (Usage)Copy Code
Dim bytes() As Byte
 
Dim instance As Blob(bytes)
C# 
public Blob( 
   byte[] bytes
)
Managed Extensions for C++ 
public: Blob( 
   byte[]* bytes
)
C++/CLI 
public:
Blob( 
   array<byte>^ bytes
)

Parameters

bytes
Bytes (representing the BLOb) managed by the Blob class.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also